'Declaration
<DispIdAttribute(76)> Sub AddLinkAnnotationInteractive( _ ByVal Text As String, _ ByVal Link As String, _ ByVal ForeColor As Integer, _ ByVal HoverForeColor As Integer, _ ByVal FontName As String, _ ByVal FontStyle As FontStyle, _ ByVal HoverFontStyle As FontStyle, _ ByVal Opacity As Single, _ ByVal Rotation As Single _ )
[DispId(76)] void AddLinkAnnotationInteractive( string Text, string Link, int ForeColor, int HoverForeColor, string FontName, FontStyle FontStyle, FontStyle HoverFontStyle, float Opacity, float Rotation )
procedure AddLinkAnnotationInteractive( Text: String; Link: String; ForeColor: Integer; HoverForeColor: Integer; FontName: String; FontStyle: FontStyle; HoverFontStyle: FontStyle; Opacity: Single; Rotation: Single );
DispIdAttribute(76) function AddLinkAnnotationInteractive( Text : String, Link : String, ForeColor : int, HoverForeColor : int, FontName : String, FontStyle : FontStyle, HoverFontStyle : FontStyle, Opacity : float, Rotation : float );
Parameters
- Text
- Link
- ForeColor
- HoverForeColor
- FontName
- FontStyle
- HoverFontStyle
- Opacity
- Rotation